Configure Multi-area SPB Layer 2 Multicast Snooping Redistribution
About this task
Perform this procedure to configure Multi-area SPB layer 2 multicast snooping redistribution for specific I-SID values or a specific I-SID list.
Procedure
Examples
Configuring Multi-area SPB layer 2 home to remote multicast snooping redistribution:
Switch:1>enable Switch:1#configure terminal Switch:1(config)#router isis
Configuring Multi-area SPB layer 2 home to remote multicast snooping redistribution for I-SID 1100:
Switch:1(config-isis)#multi-area l2 redistribute snoop-multicast home-to-remote i-sid 1100 Switch:1(config-isis)#multi-area l2 redistribute snoop-multicast home-to-remote i-sid 1100 route-map test Switch:1(config-isis)#multi-area l2 redistribute snoop-multicast home-to-remote i-sid 1100 enable
Configuring Multi-area SPB layer 2 home to remote multicast snooping redistribution for I-SID list List1:
Switch:1(config-isis)#multi-area l2 redistribute snoop-multicast home-to-remote isid-list List1 Switch:1(config-isis)#multi-area l2 redistribute snoop-multicast home-to-remote isid-list List1 route-map test Switch:1(config-isis)#multi-area l2 redistribute snoop-multicast home-to-remote isid-list List1 enable
Verifying the Multi-area SPB layer 2 home to remote multicast snooping redistribution configuration:
Switch:1(config-isis)#show isis multi-area l2 redistribute snoop-multicast ================================================================================ MULTI-AREA L2 SNOOP MULTICAST REDISTRIBUTE BY ISID ================================================================================ ISID DIRECTION ENABLE RPOLICY -------------------------------------------------------------------------------- 1100 home-to-remote TRUE test ================================================================================ MULTI-AREA L2 SNOOP MULTICAST REDISTRIBUTE BY ISID LIST ================================================================================ ISID LIST DIRECTION ENABLE RPOLICY -------------------------------------------------------------------------------- List1 home-to-remote TRUE test --------------------------------------------------------------------------------
Applying the Multi-area SPB layer 2 home to remote multicast snooping redistribution:
Switch:1(config-isis)#isis multi-area l2 apply redistribute snoop-multicast home-to-remote
Variable Definitions
The following table defines parameters for the multi-area l2 redistribute snoop-multicast and the isis multi-area l2 apply redistribute snoop-multicast commands.
Variable | Value |
---|---|
enable |
Enables Multi-area SPB layer 2 multicast snooping redistribution. |
i-sid <1-16777215> | Specifies the I-SID value. |
isid-list WORD<1-32> | Specifies the name of the I-SID list. |
home-to-remote |
Specifies the layer 2 multicast snooping redistribution configuration for home to remote direction. |
remote-to-home |
Specifies the layer 2 multicast snooping redistribution configuration for remote to home direction. |
route-map WORD<1-64> |
Specifies the name of the route policy. |